From 4f4d2d69ac420ba8ac441e05fe37d2bd9f83b1c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 12 May 2002 20:35:41 +0000 Subject: [PATCH] (ange-ftp-try-passive-mode) (ange-ftp-passive-host-alist): Change :version attributes to be strings. --- lisp/net/ange-ftp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index a4043fb80e6..720255726ad 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -1000,7 +1000,7 @@ Don't use any other value." "It t, try to use passive mode in ftp, if the client program supports it." :group 'ange-ftp :type 'boolean - :version 21.1) + :version "21.1") (defcustom ange-ftp-passive-host-alist nil "Alist of FTP servers that need \"passive\" mode. @@ -1012,7 +1012,7 @@ or nil meaning don't change it." :type '(repeat (cons regexp (choice (const :tag "On" "on") (const :tag "Off" "off") (const :tag "Don't change" nil)))) - :version 21.4) + :version "21.4") ;;;; ------------------------------------------------------------ ;;;; Hash table support. -- 2.30.2